Class InputLayer

java.lang.Object
edu.uky.ai.ml.nn.Layer
edu.uky.ai.ml.nn.InputLayer

public class InputLayer
extends Layer
A special subclass of Layer representing the input layer.
Author:
Stephen G. Ware
  • Field Summary

    Fields 
    Modifier and Type Field Description
    InputNeuron[] neurons
    The input neurons in this layer

    Fields inherited from class edu.uky.ai.ml.nn.Layer

    previous
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait